How do I learn Python from zero to web development? [closed]

Posted by Terence Ponce on Programmers See other posts from Programmers or by Terence Ponce
Published on 2010-10-15T05:56:25Z Indexed on 2012/12/18 17:14 UTC
Read the original article Hit count: 359

I am looking into learning Python for web development.

Assuming I already have some basic web development experience with Java (JSP/Servlets), I'm already familiar with web design (HTML, CSS, JS), basic programming concepts and that I am completely new to Python, how do I go about learning Python in a structured manner that will eventually lead me to web development with Python and Django?

I'm not in a hurry to make web applications in Python so I really want to learn it thoroughly so as not to leave any gaps in my knowledge of the technologies involving web development in Python. Are there any books, resource or techniques to help me in my endeavor? In what order should I do/read them?

UPDATE:

When I say learning in a structured manner, I mean starting out from the basics then learning the advanced stuff without leaving some of the important details/features that Python has to offer. I want to know how to apply the things that I already know in programming to Python.

© Programmers or respective owner

Related posts about programming-languages

Related posts about learning